<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* eyoucms.com 易优CMS -- 好用,免费,安全 */
em,
i {
  font-weight: normal;
  font-style: normal;
}
div:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
#header .pc_menu .menu .nLi {
  width: 14.28571429%;
}
#header .pc_menu .menu .nLi h3 {
  padding: 40px 0 20px;
  font-size: 16px;
  color: #000000;
  position: relative;
}
#header .pc_menu .menu .nLi h3 a {
  font-size: 16px;
  color: #000000;
  transition: all .0s;
  -webkit-transition: all .0s;
  -moz-transition: all .0s;
}
#header .pc_menu .menu .nLi .menu_2 {
  padding: 0;
  border-top: 2px solid #fda801;
  top: 90px;
  left: 0;
  z-index: 30;
  background: #eef4f6;
}
#header .pc_menu .menu .nLi .menu_2 li {
  margin-bottom: 2px;
}
#header .pc_menu .menu .nLi .menu_2 li a {
  background: none;
  padding: 0 10px;
  color: #000000;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  border-bottom: 1px solid #e6e6e6;
  transition: all .0s;
  -webkit-transition: all .0s;
  -moz-transition: all .0s;
}
#header .pc_menu .menu .nLi .menu_2 li a:hover {
  color: #fda801;
}
#header .pc_menu .menu .nLi .menu_2 li:last-child a {
  border-bottom: none;
}
#header .pc_menu .menu .on h3 {
  color: #fda801;
}
#header .pc_menu .menu .on h3 a {
  color: #fda801;
}
#banner #owl-demo,
#banner #owl-demo .owl-wrapper-outer,
#banner #owl-demo .owl-wrapper,
#banner #owl-demo .owl-item,
#banner {
  height: 600px;
}
#banner .owl-theme .owl-dots .owl-dot.active span,
#banner .owl-theme .owl-dots .owl-dot:hover span {
  background: #faaf1c;
}
#about {
  margin-top: 64px;
}
#about .pic {
  padding: 0 0 25px 60px;
  background: url("../img/about_pic_bg.jpg") no-repeat left top 25px;
}
#about .text {
  padding: 0 0 0 40px;
}
#about .text .title .english {
  display: block;
  font-size: 40px;
  line-height: 55px;
  color: #1a1a1a;
  text-transform: uppercase;
}
#about .text .title .china {
  padding-left: 60px;
  display: block;
  font-size: 24px;
  color: #666668;
  line-height: 34px;
  position: relative;
}
#about .text .title .china:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  content: "";
  height: 2px;
  width: 54px;
  background: #fda801;
}
#about .text .texts {
  margin-top: 20px;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 104px;
}
#about .text .about_more {
  margin-top: 74px;
}
#about .text .about_more .more {
  font-size: 16px;
  line-height: 54px;
  width: 180px;
  display: block;
  text-align: center;
  border: 1px solid #fdb423;
  border-radius: 30px;
}
#about .text .about_more .more:hover {
  background: #fdb423;
  color: #fff;
}
#Course {
  margin-top: 30px;
  background: #f4f4f4;
}
#Course .list_course {
  padding: 0;
}
#Course .list_course ul li {
  box-sizing: border-box;
  text-align: center;
  padding: 50px 15px;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
#Course .list_course ul li a .title {
  font-size: 20px;
  line-height: 54px;
  color: #000;
}
#Course .list_course ul li a .text {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#Course .list_course ul li a:hover .icon {
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg)
  /* Opera */
}
#Course .list_course ul li a:hover .icon img {
  animation-duration: 1s;
  /*动画用时1s*/
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
}
#Course .list_course ul .one {
  border-top: 1px solid #f4f4f4;
}
#Course .list_course ul .two {
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
#Course .list_course ul .four {
  border-right: 1px solid #f4f4f4;
}
#Course .course_pic {
  padding: 0;
  height: 600px;
}
#Course .course_pic .pic {
  width: 100%;
  height: 100%;
  background: url("../img/course_pic.jpg") no-repeat top center;
}
#product {
  margin-top: 40px;
  margin-bottom: 54px;
}
#product .title {
  text-align: center;
}
#product .title .english {
  font-size: 40px;
  line-height: 55px;
  color: #1a1a1a;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#product .title .china {
  color: #666668;
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 10px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#product .title .china:after {
  content: "";
  height: 2px;
  width: 60px;
  background: #fda801;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
}
#product .inner {
  margin-top: 40px;
}
#product .inner ul li a {
  display: block;
  text-align: center;
  padding: 28px 30px 20px;
  border: 1px solid #e6e6e6;
}
#product .inner ul li a .icon {
  margin-top: 26px;
  height: 10px;
  width: 100%;
  position: relative;
}
#product .inner ul li a .icon:after {
  content: "";
  height: 3px;
  width: 30px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  top: 50%;
  background: #fda801;
  margin-left: -15px;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -moz-transform: rotate(135deg);
  /* Firefox */
  -webkit-transform: rotate(135deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(135deg)
  /* Opera */
}
#product .inner ul li a .name {
  margin-top: 15px;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#product .inner ul li a .text {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#product .inner ul li a:hover {
  box-shadow: 0px 0px 8px 6px #eeeeee;
}
#product .inner ul li a:hover .icon:after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg)
  /* Opera */
}
#product .product_more {
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
#product .product_more .more {
  display: block;
  border: 1px solid #fed380;
  border-radius: 30px;
  width: 180px;
  margin: 0 auto;
  line-height: 53px;
  color: #666666;
  font-size: 16px;
  text-align: center;
}
#product .product_more .more:hover {
  background: #fdb423;
  color: #fff;
}
#news {
  background: #f4f4f4;
  padding-top: 42px;
  padding-bottom: 60px;
}
#news .title {
  text-align: center;
}
#news .title .english {
  font-size: 40px;
  line-height: 56px;
  color: #1a1a1a;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#news .title .china {
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 10px;
  color: #666668;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#news .title .china:after {
  content: "";
  height: 2px;
  width: 60px;
  background: #fda801;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
}
#news .inner {
  margin-top: 40px;
}
#news .inner ul li a {
  display: block;
  padding-top: 32px;
  padding-bottom: 30px;
  border: 1px solid #d9d9d9;
  background: #ffffff;
}
#news .inner ul li a .date {
  text-align: center;
  width: 12%;
  float: left;
  background: url("../img/news_icon.jpg") no-repeat right center;
}
#news .inner ul li a .date em {
  display: block;
  line-height: 42px;
  font-size: 36px;
  color: #e6e6e6;
}
#news .inner ul li a .date i {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}
#news .inner ul li a .list_text {
  width: 88%;
  float: right;
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 36px;
}
#news .inner ul li a .list_text .text {
  width: 80%;
  float: left;
}
#news .inner ul li a .list_text .text h2 {
  color: #1a1a1a;
  font-weight: bold;
  font-size: 16px;
  line-height: 34px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#news .inner ul li a .list_text .text p {
  line-height: 32px;
  font-size: 14px;
  color: #999999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#news .inner ul li a .list_text .pic {
  float: right;
  width: 16%;
}
#news .inner ul li a:hover {
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 6px 3px #d9d9d9;
}
#news .inner ul li a:hover .date em {
  color: #fda801;
}
#news .inner ul li a:hover .list_text .text h2 {
  color: #fda801;
}
#news .inner ul li:nth-child(2) a {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#news .inner ul .more {
  text-align: center;
  background: #fda801;
}
#news .inner ul .more a {
  display: block;
  color: #ffffff;
  line-height: 60px;
  font-size: 16px;
}
#news .inner ul .more a:hover {
  text-decoration: underline;
  color: #fff;
}
#Application {
  margin-top: 40px;
  margin-bottom: 64px;
}
#Application .title {
  text-align: center;
}
#Application .title .english {
  font-size: 40px;
  line-height: 56px;
  color: #1a1a1a;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#Application .title .china {
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 10px;
  color: #666668;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#Application .title .china:after {
  content: "";
  height: 2px;
  width: 60px;
  background: #fda801;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
}
#Application .inner {
  margin-top: 60px;
}
#Application .inner form .index_form-group {
  width: 31%;
  float: left;
  margin-bottom: 55px;
  margin-right: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 14px;
  position: relative;
}
#Application .inner form .index_form-group em {
  display: inline-block;
  padding: 0;
  max-width: 9%;
  float: left;
  margin-right: 10px;
}
#Application .inner form .index_form-group i {
  margin-right: 10px;
  max-width: 16%;
  float: left;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}
#Application .inner form .index_form-group textarea,
#Application .inner form .index_form-group input {
  width: 66%;
  padding: 0;
  float: left;
  box-shadow: none;
  border: none;
  font-size: 16px;
  line-height: 20px;
}
#Application .inner form .index_form-group textarea {
  resize: none;
}
#Application .inner form .index_form-group input:focus {
  outline: none;
  border-color: #fff;
  box-shadow: none;
}
#Application .inner form .one {
  width: 64.6%;
}
#Application .inner form .two {
  margin-right: 0;
}
#Application .inner form .Verify_s input {
  width: 50%;
}
#Application .inner form .Verify {
  position: absolute;
  right: 0;
}
#Application .inner form .sure {
  border-radius: 30px;
  display: block;
  width: 180px;
  margin: 0 auto;
  background: #fff;
  line-height: 53px;
  color: #666666;
  font-size: 16px;
  border: 1px solid #fda801;
}
#Application .inner form .sure:hover {
  background: #fdb423;
  color: #fff;
}
#footer .friendship {
  margin: 0;
  background: #373438;
  padding: 20px;
  border-bottom: 1px solid #4f4c50;
  line-height: 20px;
}
#footer .friendship h4 {
  color: #a2a1a2;
  font-size: 14px;
  line-height: 20px;
}
#footer .friendship a {
  color: #a2a1a2;
  font-size: 14px;
  padding: 0 16px;
  line-height: 20px;
  background: url("../img/friendship_icon_1.jpg") no-repeat right center;
}
#footer .friendship a:last-child {
  background: none;
}
#footer .friendship a:hover {
  text-decoration: underline;
}
#footer .copyright {
  background: #373438;
  padding-top: 32px;
}
#footer .copyright .footer_pc {
  padding-bottom: 32px;
}
#footer .copyright .footer_pc .footer_left {
  min-height: 230px;
  width: 37%;
  float: left;
  box-sizing: border-box;
  padding-right: 60px;
  border-right: 1px solid #4f4c50;
}
#footer .copyright .footer_pc .footer_left .footer_text {
  color: #aeaeaf;
  font-size: 14px;
  line-height: 30px;
}
#footer .copyright .footer_pc .footer_left .footer_text a {
  font-size: 14px;
  line-height: 30px;
  color: #aeaeaf;
}
#footer .copyright .footer_pc .footer_middle {
  width: 52%;
  box-sizing: border-box;
  padding-left: 66px;
  float: left;
  margin-top: 10px;
}
#footer .copyright .footer_pc .footer_middle h2 {
  color: #ffffff;
  font-size: 20px;
  line-height: 55px;
  position: relative;
  padding-bottom: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#footer .copyright .footer_pc .footer_middle h2:after {
  content: "";
  height: 3px;
  background: #fda801;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#footer .copyright .footer_pc .footer_middle .text {
  margin-top: 20px;
  color: #aeaeaf;
  font-size: 14px;
  line-height: 30px;
}
#footer .copyright .footer_pc .footer_right {
  margin-top: 54px;
  width: 11%;
  float: right;
  text-align: center;
}
#footer .copyright .footer_pc .footer_right p {
  margin-top: 4px;
  color: #aeaeaf;
  font-size: 14px;
  line-height: 30px;
}
.wap_search_input {
  background: #363437;
}
.wap_search_input input {
  border: none;
}
.wap_search_input p {
  color: #060518;
  background: #ffffff;
}
.wap_footer {
  background: #363437;
  padding: 8px 0;
}
.wap_footer dd {
  color: #cccccc;
}
.wap_menu {
  background: #363437;
}
#crumb_bg {
  background: url("../img/crumb_bottom.jpg") no-repeat bottom center;
}
#crumb {
  margin-top: 20px;
  height: 64px;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 22px;
  background: url("../img/crumb_icon_x.jpg") no-repeat left bottom 4px;
}
#crumb .china {
  float: left;
  display: inline-block;
  margin-left: 90px;
  font-size: 24px;
  line-height: 24px;
  height: 24px;
  color: #333333;
  max-width: 25%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#crumb .english {
  float: left;
  height: 24px;
  display: inline-block;
  margin-left: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  text-transform: uppercase;
}
#crumb span {
  margin-top: 6px;
  display: inline-block;
  padding-left: 18px;
  background: url("../img/crumb_icon.jpg") no-repeat left center;
  background-size: auto 56%;
  float: right;
  max-width: 50%;
  color: #808080;
  font-size: 12px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#crumb span a {
  color: #808080;
  font-size: 12px;
  line-height: 24px;
}
#content {
  margin-top: 40px;
}
#content ._aside {
  padding: 0;
  width: 20%;
  float: left;
}
#content ._aside .sidemenu .sub1 {
  border-left: 3px solid #fea901;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 10px;
}
#content ._aside .sidemenu .sub1 .sub1_a {
  font-size: 16px;
  line-height: 38px;
  color: #000000;
  text-decoration: none;
  padding-left: 17px;
  padding-right: 28px;
  transition: all .0s;
  -webkit-transition: all .0s;
  -moz-transition: all .0s;
}
#content ._aside .sidemenu .sub1 .sub1_a:hover {
  color: #fff;
  background: #fea901 url("../img/sub1_a.png") no-repeat right 28px center;
}
#content ._aside .sidemenu .sub1 ul {
  border-right: 1px solid #e6e6e6;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#content ._aside .sidemenu .sub1 ul ul {
  border-right: none;
  padding: 0;
}
#content ._aside .sidemenu .sub2 .sub2_a {
  padding-left: 14px;
  text-decoration: none;
  color: #333333;
  background: url("../img/sub2_a.jpg") no-repeat left center;
  line-height: 28px;
}
#content ._aside .sidemenu .sub2 .sub2_a:hover {
  background: url("../img/sub2_a_hover.jpg") no-repeat left center;
  color: #fea901;
  text-decoration: underline;
}
#content ._aside .sidemenu .sub3 .sub3_a {
  color: #333333;
  padding-left: 28px;
  line-height: 28px;
  font-size: 14px;
  text-decoration: none;
}
#content ._aside .sidemenu .sub3 .sub3_a:hover {
  color: #fea901;
  text-decoration: underline;
}
#content ._aside .sidemenu .current {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  text-decoration: none;
}
#content ._aside .sidemenu .current .sub1_a {
  border: none;
  color: #fff;
  text-decoration: none;
  background: #fea901 url("../img/sub1_a.png") no-repeat right 28px center;
}
#content ._aside .sidemenu .current .current .sub2_a {
  background: url("../img/sub2_a_hover.jpg") no-repeat left center;
  color: #fea901;
  text-decoration: underline;
}
#content .main {
  width: 77%;
  float: right;
  padding: 0;
  padding-bottom: 60px;
}
#content .main .article {
  padding-top: 10px
  /*当前页的样式*/
  /*分页块默认样式*/
}
#content .main .article .list_news_text ul li a {
  display: block;
  padding-top: 32px;
  padding-bottom: 30px;
  border: 1px solid #d9d9d9;
  border-bottom: none;
  background: #ffffff;
}
#content .main .article .list_news_text ul li a .date {
  text-align: center;
  width: 14%;
  float: left;
  background: url("../img/news_icon.jpg") no-repeat right center;
}
#content .main .article .list_news_text ul li a .date em {
  margin-top: 6px;
  display: block;
  line-height: 42px;
  font-size: 36px;
  color: #e6e6e6;
}
#content .main .article .list_news_text ul li a .date i {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}
#content .main .article .list_news_text ul li a .list_text {
  width: 86%;
  float: right;
  box-sizing: border-box;
  padding-left: 32px;
  padding-right: 28px;
}
#content .main .article .list_news_text ul li a .list_text .text {
  width: 72%;
  float: left;
}
#content .main .article .list_news_text ul li a .list_text .text h2 {
  margin-top: 8px;
  color: #1a1a1a;
  font-weight: bold;
  font-size: 16px;
  line-height: 34px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#content .main .article .list_news_text ul li a .list_text .text p {
  line-height: 32px;
  font-size: 14px;
  color: #999999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#content .main .article .list_news_text ul li a .list_text .pic {
  float: right;
  width: 23%;
  text-align: center;
}
#content .main .article .list_news_text ul li a:hover {
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 6px 3px #ededed;
}
#content .main .article .list_news_text ul li a:hover .date em {
  color: #fda801;
}
#content .main .article .list_news_text ul li a:hover .list_text .text h2 {
  color: #fda801;
}
#content .main .article .list_news_text ul li:last-child a {
  border-bottom: 1px solid #d9d9d9;
}
#content .main .article .list_news ul li a {
  display: block;
  padding-top: 32px;
  padding-bottom: 30px;
  border: 1px solid #d9d9d9;
  border-bottom: none;
  background: #ffffff;
}
#content .main .article .list_news ul li a .date {
  text-align: center;
  width: 14%;
  float: left;
  background: url("../img/news_icon.jpg") no-repeat right center;
}
#content .main .article .list_news ul li a .date em {
  margin-top: 6px;
  display: block;
  line-height: 42px;
  font-size: 36px;
  color: #e6e6e6;
}
#content .main .article .list_news ul li a .date i {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}
#content .main .article .list_news ul li a .list_text {
  width: 86%;
  float: right;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 34px;
}
#content .main .article .list_news ul li a .list_text h2 {
  color: #1a1a1a;
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#content .main .article .list_news ul li a .list_text p {
  line-height: 24px;
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .main .article .list_news ul li a:hover {
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 6px 3px #ededed;
}
#content .main .article .list_news ul li a:hover .date em {
  color: #fda801;
}
#content .main .article .list_news ul li a:hover .list_text h2 {
  color: #fda801;
}
#content .main .article .list_news ul li:last-child a {
  border-bottom: 1px solid #d9d9d9;
}
#content .main .article .list_search ul li a {
  display: block;
  padding: 0 40px;
  position: relative;
  background: url("../img/list_search.jpg") no-repeat left 5px center;
  font-size: 16px;
  line-height: 60px;
  color: #1a1a1a;
  border-bottom: 1px dashed #cccccc;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#content .main .article .list_search ul li a .more {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  background: url("../img/list_search_more.jpg") no-repeat center;
  margin-top: -5px;
}
#content .main .article .list_search ul li a:hover {
  color: #fea901;
  background: url("../img/list_search_hover.jpg") no-repeat left 5px center;
}
#content .main .article .list_search ul li a:hover .more {
  background: url("../img/list_search_more_hover.jpg") no-repeat center;
}
#content .main .article .list-img {
  margin: 0 -7.5px;
}
#content .main .article .list-img ul li {
  text-align: center;
  padding: 0 12px;
  margin-bottom: 24px;
}
#content .main .article .list-img ul li a {
  display: block;
  border: 1px solid #e6e6e6;
}
#content .main .article .list-img ul li a .img_area {
  width: 100%;
  position: relative;
}
#content .main .article .list-img ul li a .img_area img {
  max-width: 100%;
  max-height: 100%;
  padding: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}
#content .main .article .list-img ul li a .icon {
  height: 10px;
  margin-bottom: 6px;
  width: 100%;
  position: relative;
}
#content .main .article .list-img ul li a .icon:after {
  content: "";
  height: 3px;
  width: 30px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  top: 50%;
  background: #fda801;
  margin-left: -15px;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -moz-transform: rotate(135deg);
  /* Firefox */
  -webkit-transform: rotate(135deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(135deg)
  /* Opera */
}
#content .main .article .list-img ul li a .text_area {
  margin-bottom: 10px;
  color: #000;
  line-height: 40px;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#content .main .article .list-img ul li a:hover {
  box-shadow: 0px 0px 8px 6px #eeeeee;
}
#content .main .article .list-img ul li a:hover .icon:after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg)
  /* Opera */
}
#content .main .article .feedback-form form {
  padding: 0;
}
#content .main .article .feedback-form .form-group .sure,
#content .main .article .feedback-form .form-group .more {
  padding: 5px 15px;
  border: none;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
}
#content .main .article .feedback-form .form-group .sure {
  background: #df0024;
}
#content .main .article .feedback-form .form-group .more {
  background: #dfa800;
}
@media (max-width: 640px) {
  #content .main .article .feedback-form .title {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#content .main .article .page_box {
  text-align: center;
  display: block;
}
#content .main .article .pagination &gt; .active &gt; a,
#content .main .article .pagination &gt; .active &gt; span,
#content .main .article .pagination &gt; .active &gt; a:hover,
#content .main .article .pagination &gt; .active &gt; span:hover,
#content .main .article .pagination &gt; .active &gt; a:focus,
#content .main .article .pagination &gt; .active &gt; span:focus {
  background: #606060;
  color: #d1dceb;
  border: none;
}
#content .main .article .pagination &gt; li &gt; a,
#content .main .article .pagination &gt; li &gt; span {
  color: #666;
  border: none;
}
#content .main .article .pagination &gt; li &gt; a:hover,
#content .main .article .pagination &gt; li &gt; span:hover {
  color: #6f6f6f;
  background: none;
}
@media all and (min-width: 1200px) {
  #banner #owl-demo,
  #banner #owl-demo .owl-wrapper-outer,
  #banner #owl-demo .owl-wrapper,
  #banner #owl-demo .owl-item,
  #banner {
    height: 600px;
  }
  #header .container {
    width: 1200px;
  }
  #about .container {
    width: 1200px;
  }
  #product .container {
    width: 1200px;
  }
  #news .container {
    width: 1200px;
  }
  #Application .container {
    width: 1200px;
  }
  #footer .container {
    width: 1200px;
    padding: 0;
  }
  #crumb_bg .container {
    width: 1200px;
  }
  #content .container {
    width: 1200px;
  }
}
@media all and (max-width: 640px) {
  .header_bg {
    padding-top: 0;
  }
  #header .logo {
    text-align: left;
    padding: 0 15px;
  }
  #header .menu_icon {
    right: 15px;
    top: 50%;
    margin-top: -12px;
  }
  #banner #owl-demo,
  #banner #owl-demo .owl-wrapper-outer,
  #banner #owl-demo .owl-wrapper,
  #banner #owl-demo .owl-item,
  #banner {
    height: 200px;
  }
  #about {
    margin-top: 15px;
    padding: 0 15px;
  }
  #about .pic {
    padding: 0;
    background: none;
    text-align: center;
  }
  #about .pic img {
    width: 70%;
    padding: 0 0 14px 30px;
    background: url("../img/about_pic_bg.jpg") no-repeat top 15px center;
    background-size: auto 100%;
  }
  #about .text {
    padding: 0;
    margin-bottom: 15px;
  }
  #about .text .title {
    margin-top: 15px;
  }
  #about .text .title .english {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }
  #about .text .title .china {
    text-align: center;
    padding: 0;
    font-size: 18px;
    line-height: 30px;
    color: #666668;
  }
  #about .text .title .china:after {
    top: 100%;
    left: 50%;
    width: 50px;
    margin-left: -25px;
  }
  #about .text .texts {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
    -webkit-line-clamp: 5;
    height: 125px;
  }
  #about .text .about_more {
    margin-top: 15px;
  }
  #about .text .about_more .more {
    line-height: 34px;
    width: 40%;
    margin: 0 auto;
  }
  #Course {
    margin-top: 0;
    background: #f4f4f4;
  }
  #Course .list_course {
    padding: 0;
  }
  #Course .list_course ul li {
    box-sizing: border-box;
    text-align: center;
    padding: 26px 15px;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
  }
  #Course .list_course ul li a .title {
    font-size: 16px;
    line-height: 30px;
    color: #000;
  }
  #Course .list_course ul li a .text {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #Course .list_course ul .one {
    border-top: 1px solid #f4f4f4;
  }
  #Course .list_course ul .two {
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #f4f4f4;
  }
  #Course .list_course ul .four {
    border-right: 1px solid #f4f4f4;
  }
  #Course .wap_course_pic {
    padding: 0;
  }
  #product {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #product .title .english {
    font-size: 24px;
    line-height: 34px;
  }
  #product .title .china {
    font-size: 18px;
    line-height: 34px;
  }
  #product .inner {
    margin-top: 15px;
    padding: 0 7.5px;
  }
  #product .inner ul li {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
  #product .inner ul li a {
    padding: 18px;
  }
  #product .inner ul li a .icon {
    margin-top: 10px;
  }
  #product .inner ul li a .icon:after {
    width: 20px;
    margin-left: -10px;
  }
  #product .inner ul li a .name {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
  }
  #product .inner ul li a .text {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #product .inner ul li a:hover {
    box-shadow: 0px 0px 8px 6px #eeeeee;
  }
  #product .inner ul li a:hover .icon:after {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg)
    /* Opera */
  }
  #product .product_more {
    margin-top: 8px;
  }
  #product .product_more .more {
    border-radius: 30px;
    width: 34%;
    margin: 0 auto;
    line-height: 32px;
    color: #666666;
    font-size: 14px;
    text-align: center;
  }
  #news {
    padding: 15px 0px 15px;
  }
  #news .title .english {
    font-size: 24px;
    line-height: 34px;
  }
  #news .title .china {
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 6px;
  }
  #news .inner {
    margin-top: 15px;
    padding: 0 15px;
  }
  #news .inner ul li a {
    padding: 15px;
  }
  #news .inner ul li a .date {
    float: none;
    text-align: left;
    width: 100%;
    background: none;
  }
  #news .inner ul li a .date em {
    padding-right: 15px;
    background: url("../img/wap_news_icon.jpg") no-repeat right center;
    background-size: auto 60%;
    font-size: 18px;
    line-height: 32px;
    color: #fda801;
    display: inline-block;
  }
  #news .inner ul li a .date i {
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
  }
  #news .inner ul li a .list_text {
    float: none;
    margin-top: 5px;
    width: 100%;
    padding: 0;
  }
  #news .inner ul li a .list_text .text {
    width: 64%;
  }
  #news .inner ul li a .list_text .text h2 {
    font-size: 14px;
    line-height: 32px;
  }
  #news .inner ul li a .list_text .text p {
    font-size: 12px;
    line-height: 14px;
  }
  #news .inner ul li a .list_text .pic {
    width: 28%;
  }
  #news .inner ul .more a {
    line-height: 36px;
    font-size: 14px;
  }
  #Application {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  #Application .title .english {
    font-size: 24px;
    line-height: 34px;
  }
  #Application .title .china {
    font-size: 18px;
    line-height: 34px;
  }
  #Application .inner {
    margin-top: 24px;
    padding: 0 7.5px;
  }
  #Application .inner form .index_form-group {
    width: 100%;
    float: none;
    margin-bottom: 24px;
    margin-right: 0;
  }
  #Application .inner form .index_form-group i {
    font-size: 14px;
    color: #1a1a1a;
  }
  #Application .inner form .sure {
    border-radius: 30px;
    display: block;
    width: 30%;
    margin: 0 auto;
    background: #fff;
    line-height: 30px;
    color: #666666;
    font-size: 12px;
    border: 1px solid #fda801;
  }
  #footer .copyright {
    padding-top: 15px;
  }
  #footer .copyright .wap_footer_code {
    text-align: center;
  }
  #footer .copyright .wap_footer_code p {
    margin-top: 6px;
    color: #999999;
    font-size: 14px;
    line-height: 18px;
  }
  #footer .copyright .copyright_con {
    margin-top: 15px;
    text-align: center;
    line-height: 22px;
    color: #999999;
    font-size: 14px;
  }
  #footer .copyright .copyright_con a {
    color: #999999;
  }
  #content {
    margin-top: 15px;
  }
  #content ._aside {
    width: 100%;
    float: none;
  }
  #content ._aside h2 {
    padding-left: 16%;
    background: url("../img/wap_icon_1.jpg") no-repeat bottom center;
    background-size: 100% auto;
    line-height: 36px;
    height: 36px;
    position: relative;
  }
  #content ._aside h2 .phone-menuicon {
    position: absolute;
    right: 15px;
    top: 0;
    height: 16px;
  }
  #content ._aside h2 .china {
    display: inline-block;
    color: #333333;
    font-size: 18px;
    line-height: 36px;
    max-width: 40%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #content ._aside h2 .english {
    display: inline-block;
    max-width: 40%;
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #content ._aside .sidemenu {
    padding: 12px 15px 0;
  }
  #content ._aside .sidemenu .sub1 {
    margin-bottom: 6px;
    background: none;
  }
  #content ._aside .sidemenu .sub1 .sub1_a {
    background: none;
    padding-left: 15px;
    line-height: 33px;
    font-size: 14px;
  }
  #content ._aside .sidemenu .sub1 .sub1_a:hover {
    background: none;
    color: #332d2e;
  }
  #content ._aside .sidemenu .sub1 ul {
    padding: 6px 15px;
  }
  #content ._aside .sidemenu .sub1 ul ul {
    padding: 0 15px;
  }
  #content ._aside .sidemenu .sub2 .sub2_a {
    color: #332d2e;
    font-size: 14px;
    line-height: 30px;
    background: url("../img/wap_sub2_a.jpg") no-repeat left center;
    background-size: auto 25%;
  }
  #content ._aside .sidemenu .sub2 .sub2_a:hover {
    color: #332d2e;
    background: url("../img/wap_sub2_a.jpg") no-repeat left center;
    background-size: auto 25%;
    text-decoration: none;
  }
  #content ._aside .sidemenu .sub3 {
    background: url("../img/wap_sub3_a.jpg") no-repeat left 4px center;
    background-size: auto 30%;
  }
  #content ._aside .sidemenu .sub3 .sub3_a {
    font-size: 14px;
    padding-left: 15px;
    color: #332d2e;
    line-height: 30px;
    background: url("../img/wap_sub3_a.jpg") no-repeat left 4px center;
    background-size: auto 30%;
  }
  #content ._aside .sidemenu .sub3 .sub3_a:hover {
    color: #332d2e;
    text-transform: none;
    background: url("../img/wap_sub3_a.jpg") no-repeat left 4px center;
    background-size: auto 30%;
  }
  #content ._aside .sidemenu .current {
    border-right: none;
    border-top: none;
  }
  #content ._aside .sidemenu .current .sub1_a {
    border: none;
    color: #332d2e;
    text-decoration: none;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background: none;
  }
  #content ._aside .sidemenu .current .current .sub2_a {
    background: url("../img/wap_sub2_a.jpg") no-repeat left center;
    color: #332d2e;
    background-size: auto 25%;
    text-decoration: none;
  }
  #content .main {
    width: 100%;
    float: none;
    padding-bottom: 0;
  }
  #content .main .article {
    padding: 15px 15px;
  }
  #content .main .article .list_news_text ul li a {
    padding: 8px 15px 15px;
  }
  #content .main .article .list_news_text ul li a .date {
    float: none;
    text-align: left;
    width: 100%;
    background: none;
  }
  #content .main .article .list_news_text ul li a .date em {
    margin-top: 0;
    padding-right: 12px;
    background: url("../img/wap_news_icon.jpg") no-repeat right center;
    background-size: auto 60%;
    font-size: 18px;
    line-height: 32px;
    color: #fda801;
    display: inline-block;
  }
  #content .main .article .list_news_text ul li a .date i {
    margin-left: 8px;
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
  }
  #content .main .article .list_news_text ul li a .list_text {
    float: none;
    margin-top: 5px;
    width: 100%;
    padding: 0;
  }
  #content .main .article .list_news_text ul li a .list_text .text {
    width: 64%;
  }
  #content .main .article .list_news_text ul li a .list_text .text h2 {
    margin-top: 0;
    font-size: 14px;
    line-height: 32px;
  }
  #content .main .article .list_news_text ul li a .list_text .text p {
    font-size: 12px;
    line-height: 14px;
  }
  #content .main .article .list_news_text ul li a .list_text .pic {
    width: 28%;
  }
  #content .main .article .list_news ul li a {
    padding: 15px 15px 15px 0;
  }
  #content .main .article .list_news ul li a .date {
    padding: 4px 0 8px;
    width: 24%;
  }
  #content .main .article .list_news ul li a .date em {
    font-size: 22px;
    line-height: 24px;
    color: #fea901;
  }
  #content .main .article .list_news ul li a .date i {
    font-size: 12px;
    line-height: 18px;
  }
  #content .main .article .list_news ul li a .list_text {
    width: 76%;
    box-sizing: border-box;
    margin-top: 0;
    padding: 0 0 0 15px;
  }
  #content .main .article .list_news ul li a .list_text h2 {
    margin-top: 0;
    font-size: 14px;
    line-height: 24px;
  }
  #content .main .article .list_news ul li a .list_text p {
    font-size: 12px;
    line-height: 20px;
  }
  #content .main .article .list_search ul li a {
    padding: 0 20px;
    background: url("../img/list_search.jpg") no-repeat left 5px center;
    background-size: auto 15%;
    font-size: 14px;
    line-height: 42px;
    color: #1a1a1a;
    border-bottom: 1px dashed #cccccc;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #content .main .article .list_search ul li a .more {
    right: 5px;
    background: url("../img/list_search_more.jpg") no-repeat center;
    background-size: auto 80%;
    margin-top: -5px;
  }
  #content .main .article .list_search ul li a:hover {
    color: #fea901;
    background: url("../img/list_search_hover.jpg") no-repeat left 5px center;
    background-size: auto 80%;
  }
  #content .main .article .list_search ul li a:hover .more {
    background: url("../img/list_search_more_hover.jpg") no-repeat center;
    background-size: auto 80%;
  }
  #content .main .article .list-img {
    margin: 0 -7.5px;
  }
  #content .main .article .list-img ul li {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
  #content .main .article .list-img ul li a .img_area img {
    padding: 15px;
  }
  #content .main .article .list-img ul li a .icon {
    margin-bottom: 6px;
  }
  #content .main .article .list-img ul li a .icon:after {
    width: 18px;
    margin-left: -9px;
  }
  #content .main .article .list-img ul li a .text_area {
    margin-bottom: 6px;
    color: #000;
    line-height: 24px;
    font-size: 14px;
  }
  #content .main .article .list-img ul li a:hover {
    box-shadow: 0px 0px 8px 6px #eeeeee;
  }
  #content .main .article .list-img ul li a:hover .icon:after {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg)
    /* Opera */
  }
}
</pre></body></html>